home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / bc20pat.zip / README.PAT < prev    next >
Text File  |  1991-03-08  |  1KB  |  45 lines

  1. (BCPAT1) Patches to Borland C++ v2.0
  2. ====================================
  3. To patch the Borland C++ integrated environment, run the batch files
  4.     PATBC BC.EXE
  5.     PATBCX BCX.OVY
  6.  
  7. * If you are in the Borland C++ bin directory, you may omit the path.
  8. * If you supply a path, you must also state the name of the file to patch,
  9. * for example:
  10.       PATBC C:\BORLANDC\BIN\BC.EXE
  11.       PATBCX C:\BORLANDC\BIN\BC.OVY
  12.  
  13. These two patches correct the following problem:
  14.  
  15. [1]  Insert disk in drive A:
  16. Intermittently, the a message was erroneously displayed prompting the
  17. user to insert a disk in Drive A:.
  18.  
  19. Run Time Libraries
  20. ==================
  21. To patch the Borland C++ Libraries:
  22.  
  23.     - Place the following files in the same directory as your run-time
  24.     libraries (normally \BORLANDC\LIB).
  25.  
  26.             scroll.bat
  27.             scroll.obc
  28.             scroll.obh
  29.             scroll.obl
  30.             scroll.obm
  31.             scroll.obs
  32.  
  33.     - Ensure that TLIB.EXE is in your path or place TLIB.EXE in the same
  34.     directory as the above files.
  35.  
  36.     - Run scroll.bat
  37.  
  38.     - The above files will not automatically be deleted; however, once
  39.     the patch has been successfully installed, they are no longer
  40.     required and may be deleted.
  41.  
  42. This patch fixes a problem wherein printing to the CRT on the last line
  43. of the display, causing the screen to scroll, would cause the last line
  44. to be redisplayed.
  45.